home *** CD-ROM | disk | FTP | other *** search
/ System Booster / System Booster.iso / Archives / StartupTools / IfQual10.readme < prev    next >
Text File  |  1996-09-26  |  2KB  |  64 lines

  1. Short:    Starts a program if defined qualifiers are pressed.
  2. Author:   Stefan Le Breton (slbrbbbh@sp.zrz.TU-Berlin.de)
  3. Uploader: Stefan Le Breton (slbrbbbh@sp.zrz.TU-Berlin.de)
  4. Version:  1.0
  5. Type:     util/boot
  6.  
  7. NAME
  8.     IfQual - start a program if defined qulifiers are pressed
  9.  
  10. SYNOPSIS
  11.     IfQual [qualifier ...] program arguments
  12.  
  13. TEMPLATE
  14.     LBUT/S,MBUT/S,RBUT/S,CTRL/S,CAPS/S,LSHIFT/S,RSHIFT/S,
  15.     LALT/S,RALT/S,LAMIGA/S,RAMIGA/S,DO/A/F
  16.  
  17. DESCRIPTION
  18.     IfQual starts a program if the given qualifiers are pressed.
  19.     Any combination may be given, though some are not recommended...
  20.     (e.g. ctrl-lamiga-ramiga) or some need special hardware.
  21.  
  22.     LBUT, MBUT, RBUT: Mousebuttons: left, middle & right
  23.     CTRL, CAPS, LSHIFT, RSHIFT, LALT, RALT, LAMIGA, RAMIGA:
  24.             obvious, at least I think so.
  25.  
  26.     DO: this is the program and it arguments that should
  27.         be started if conditions are met.
  28.         program is started with System(), so the program may also
  29.         be a shell or rexx script.
  30.  
  31. EXAMPLE
  32.     I use IfQual, to decide which system to boot AmigaOS or NetBSD.
  33.     When I presss the middle mousebutton it should be NetBSD.
  34.     The first line in my startup-sequence is:
  35.  
  36.         IfQual MBut loadbsd -a -c 2000 karamba:nbsd/netbsd
  37.  
  38. COMPABILITY
  39.     IfQual needs at least 'input.device' and 'dos.library' V36.
  40.     Both are part of the system software... The required software
  41.     is included in AmigaOS 2.0, 2.1, 3.0, 3.1. Other versions may differ,
  42.     though this is not very likely.
  43.  
  44. COPYRIGHT
  45.     IfQual is ©1995 Stefan Le Breton (slbrbbbh@sp.zrz.TU-Berlin.de valid until Oct 96)
  46.  
  47. DISTRIBUTION
  48.      Freely distributable as long as the archive is complete and unchanged.
  49.  
  50. LICENSE
  51.     Amiga-Oberon Licence:
  52.     'You may not use IfQual in any way for military purposes.
  53.     You may not use IfQual in systems that affect life of people in any way.'
  54.  
  55.  
  56. ============================= Archive contents =============================
  57.  
  58. Original  Packed Ratio    Date     Time    Name
  59. -------- ------- ----- --------- --------  -------------
  60.     3536    2412 31.7% 02-Sep-95 13:35:10 +IfQual
  61.     1767     944 46.5% 02-Sep-95 19:10:04 +IfQual.readme
  62. -------- ------- ----- --------- --------
  63.     5303    3356 36.7% 03-Sep-95 14:28:42   2 files
  64.